home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / TILT / TILT.ELM / graph1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-21  |  1.9 KB  |  87 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(atlbnr.gif);
  4.     separator-image: url(atlrule.gif);
  5.     list-image-1: url(atlbull1.gif);
  6.     list-image-2: url(atlbull2.gif);
  7.     list-image-3: url(atlbull3.gif);
  8.     navbutton-horiz-pushed: url(tlhbp.gif);
  9.     navbutton-horiz-normal: url(tlhbs.gif);
  10.     navbutton-horiz-hovered: url(tlhbh.gif);
  11.     navbutton-vert-pushed: url(tlvbp.gif);
  12.     navbutton-vert-normal: url(tlvbs.gif);
  13.     navbutton-vert-hovered: url(tlvbh.gif);
  14.     navbutton-home-normal: url(tlhomes.gif);
  15.     navbutton-home-hovered: url(tlhomeh.gif);
  16.     navbutton-home-pushed: url(tlhomes.gif);
  17.     navbutton-up-normal: url(tlups.gif);
  18.     navbutton-up-hovered: url(tluph.gif);
  19.     navbutton-up-pushed: url(tlups.gif);
  20.     navbutton-prev-normal: url(tlprevs.gif);
  21.     navbutton-prev-hovered: url(tlprevh.gif);
  22.     navbutton-prev-pushed: url(tlprevs.gif);
  23.     navbutton-next-normal: url(tlnexts.gif);
  24.     navbutton-next-hovered: url(tlnexth.gif);
  25.     navbutton-next-pushed: url(tlnexts.gif);
  26. }
  27. .mstheme-bannertxt
  28. {
  29.     font-family: Verdana, Arial, Helvetica;
  30.     font-size: 6;
  31.     color: rgb(0,0,102);
  32. }
  33. .mstheme-horiz-navtxt
  34. {
  35.     font-family: Verdana, Arial, Helvetica;
  36.     font-size: 2;
  37.     font-weight: bold;
  38.     color: rgb(0,0,102);
  39. }
  40. .mstheme-vert-navtxt
  41. {
  42.     font-family: Verdana, Arial, Helvetica;
  43.     font-size: 2;
  44.     font-weight: bold;
  45.     color: rgb(0,0,102);
  46. }
  47. .mstheme-navtxthome
  48. {
  49.     font-family: Verdana, Arial, Helvetica;
  50.     font-size: 1;
  51.     font-weight: bold;
  52.     color: rgb(0,0,102);
  53. }
  54. .mstheme-navtxtup
  55. {
  56.     font-family: Verdana, Arial, Helvetica;
  57.     font-size: 1;
  58.     font-weight: bold;
  59.     color: rgb(0,0,102);
  60. }
  61. .mstheme-navtxtprev
  62. {
  63.     font-family: Verdana, Arial, Helvetica;
  64.     font-size: 1;
  65.     font-weight: bold;
  66.     color: rgb(0,0,102);
  67. }
  68. .mstheme-navtxtnext
  69. {
  70.     font-family: Verdana, Arial, Helvetica;
  71.     font-size: 1;
  72.     font-weight: bold;
  73.     color: rgb(0,0,102);
  74. }
  75. UL
  76. {
  77.     list-style-image:url(atlbull1.gif);
  78. }
  79. UL UL
  80. {
  81.     list-style-image:url(atlbull2.gif);
  82. }
  83. UL UL UL
  84. {
  85.     list-style-image:url(atlbull3.gif);
  86. }
  87.